projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
391fed6
)
(__morecore): Fix the declaration to comply with the definition.
author
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Tue, 7 Aug 2007 09:02:05 +0000
(09:02 +0000)
committer
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Tue, 7 Aug 2007 09:02:05 +0000
(09:02 +0000)
src/gmalloc.c
patch
|
blob
|
history
diff --git
a/src/gmalloc.c
b/src/gmalloc.c
index 7e317eb4cc33cbb1bbbce5db8eb98788f8c32328..b1f8513c5fb8573d4ab274799cf1f34fa039729c 100644
(file)
--- a/
src/gmalloc.c
+++ b/
src/gmalloc.c
@@
-402,7
+402,7
@@
Fifth Floor, Boston, MA 02110-1301, USA.
extern __ptr_t bss_sbrk PP ((ptrdiff_t __size));
extern int bss_sbrk_did_unexec;
#endif
-__ptr_t (*__morecore) PP ((ptrdiff_t __size)) = __default_morecore;
+__ptr_t (*__morecore) PP ((
__malloc_
ptrdiff_t __size)) = __default_morecore;
/* Debugging hook for `malloc'. */
__ptr_t (*__malloc_hook) PP ((__malloc_size_t __size));